|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
jp.co.ricoh.dsdk.scard.framework.SCardException
jp.co.ricoh.dsdk.scard.framework.service.CardServiceException
jp.co.ricoh.dsdk.scard.option.security.VerificationException
This is an abstract exception class of the exceptions thrown when an verification error has occurred. Exception classes thrown when an verification error has occurred must extend this class.
| Constructor Summary | |
VerificationException()
Constructs an exception class with no message. |
|
VerificationException(java.lang.String message)
Constructs an exception class with a message. |
|
VerificationException(java.lang.Throwable e)
Constructs an exception class with a message; the message shows the parent exception class and error details. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public VerificationException()
public VerificationException(java.lang.String message)
message - an error description.public VerificationException(java.lang.Throwable e)
e - a parent exception class.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||